home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo ═════════════════════════════
- echo THE PERSONAL CONTACTS MANAGER
- echo ═════════════════════════════
- echo
- echo Path setting for Dual Floppy Disk Computers
- echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- echo
- echo
- echo This program will set your DOS path to drives A and B.
- echo
- echo It will enable the Contacts Manager to run directly
- echo from 2 floppy disks inserted into disk drives A and B.
- echo
- echo If you have a HARD disk, please abort this program by
- echo pressing your CTRL and C keys together. Then say "Y".
- echo
- echo
- echo Now press your ENTER or ─┘ key to continue
- echo OR
- echo CTRL and C keys together to terminate, please.
- echo
- pause >NUL
- cls
-
- prompt $p$g
- PATH=A:\;B:\
-
-
- cls
- echo
- echo Your DOS PATH should now be set for A and B.
- echo
- echo To undo this path, please reboot the computer.
- echo
- echo Note: There is more information on how you can
- echo set your DOS PATH. See the accompanying manual
- echo on this disk in the file "ReadMe2.txt".
- echo
- echo Use "C:\> MANUAL.BAT" to print this documentation.
- echo
- echo
- echo
-
-
-